Class com.symantec.itools.frameworks.wizard.WizardSummaryPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.frameworks.wizard.WizardSummaryPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----com.symantec.itools.frameworks.wizard.WizardSummaryPanel

public class WizardSummaryPanel
extends WizardPanel

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Constructor Index

 o com.symantec.itools.frameworks.wizard.WizardSummaryPanel(String)

Method Index

 o addWizardSummary(WizardSummary, Vector)
 o addWizardSummaryItem(WizardSummary. Item, Vector)
 o entering()
Called by controller before the panel is displayed.

Constructors

 o WizardSummaryPanel
public WizardSummaryPanel(String properties)

Methods

 o addWizardSummary
protected void addWizardSummary(WizardSummary summary,
                                Vector data)
 o addWizardSummaryItem
protected void addWizardSummaryItem(WizardSummary.Item item,
                                    Vector data)
 o entering
public void entering()
Called by controller before the panel is displayed. Only current panel is called.

Overrides:
entering in class WizardPanel
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index